luci-theme-bootstrap: prevent hiding header bar on long vertical scrolls
authorJo-Philipp Wich <[email protected]>
Sat, 27 Nov 2021 18:47:14 +0000 (19:47 +0100)
committerJo-Philipp Wich <[email protected]>
Sat, 27 Nov 2021 18:50:27 +0000 (19:50 +0100)
Ref: https://github.com/openwrt/luci/commit/b11a7d8e4940a3f68b93c5d93f16c900c9371bc2#commitcomment-60968071
Fixes: 8055acc9be ("luci-theme-bootstrap: overhaul styles")
Signed-off-by: Jo-Philipp Wich <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 85252160b105f380d0ceb2b629b18db5ee854f09..3cc254bede7e3736b2e7d768ac83ad546db6e795 100644 (file)
@@ -269,7 +269,7 @@ body {
        line-height: 18px;
        color: var(--text-color-high);
        padding: 5px;
-       height: 100%;
+       min-height: 100%;
        display: flex;
        flex-direction: column;
 }